home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / adept106.zip / FLIST.DOC < prev    next >
Text File  |  1995-03-02  |  2KB  |  81 lines

  1. ///////////////////////////////////////////////////////////////////////////
  2. // fList - An "all-files" list creator for AdeptXBBS                     //
  3. //                                                                       //
  4. //                                                                       //
  5. ///////////////////////////////////////////////////////////////////////////
  6.  
  7. Command line parameters:
  8. ------------------------
  9.  
  10. /Ccfgfilename - Change the default configuration file name from fList.Cfg
  11.  
  12.                 Example:  /Cmybbs.cfg
  13.  
  14.  
  15. /?            - Short help screen.
  16.  
  17.  
  18. Configuration file key words:
  19. -----------------------------
  20.  
  21. BBSNAME xxx       - Where 'xxx' is your BBS name. 60 chars max.
  22.  
  23. INCLUDEAREAS xxx  - Where 'xxx' are Area numbers to include in this list.
  24.                     a sequence of areas my be specified using the following
  25.                     format:  xxx-xxx    For instance, if you wanted areas
  26.                     1 thru 10 in the list, you would say:
  27.  
  28.                     INCLUDEAREAS 1-10
  29.  
  30.                     Multiple sequences may be separated by commas.
  31.  
  32.                     INCLUDEAREAS 1-10,31-45,99
  33.  
  34.                     You can have up to 10240 included areas.
  35.  
  36. PREPENDFILE xxx   - Where 'xxx' is the name of a text file which should
  37.                     be at the top of the file list.
  38.  
  39. APPENDFILE xxx    - Where 'xxx' is the name of a text file which should
  40.                     be added to the bottom of the file list.
  41.  
  42. OUTFILE xxx       - Where 'xxx' is the name of the file list. Default
  43.                     is 'Files/AllFiles.List'
  44.  
  45. DATESORT          - Flag to tell the program to sort by date. Default is
  46.                     by filename.
  47.  
  48. REVERSESORT       - Flag to tell the program to sort in reverse order.
  49.                     May be combined with DATESORT to start your list with
  50.                     the most current files.
  51.  
  52.  
  53. Example configuration file:
  54.  
  55. ----[cut here]----
  56. BBSNAME The Abandoned Land
  57. INCLUDEAREAS 1-40,60-70,99
  58. DATESORT
  59. REVERSESORT
  60. ----[cut here]----
  61.  
  62. This example file includes file areas 1 thru 40, 60 thru 70, and 99, and
  63. is sorted in dated order with newest files first.
  64.  
  65.  
  66.  
  67. Doesn't work?  Cosmetic changes?  Let me know.
  68.  
  69.  
  70. John Morris
  71.  
  72. BBS         The Abandoned Land 702-359-1138, 359-0629  V.Everything 28.8K
  73. Fidonet     1:213/760 or 761
  74. RBBS-Net    8:919/1 or 2
  75. CIS         71562,3235
  76. E-Mail      DoctorX@Sierra.Net
  77.  
  78.  
  79.  
  80.  
  81.